<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Onsitus.it - template css gratuito - esempio 1:
Altri layout gratuiti:
http://css.flepstudio.org/css/css-templates/
Se usate questo template, grazie per lasciare queste informazione o un link back a onsitus.it Ã¨ sempre il benvenuto*/
/*stile generale*/
body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: arial;
	font-size: 13px;
	color: #333333;
}
.clearfix{
clear: both;
}
/*contenitore*/
#wrapper{
width: 900px;
position: absolute;
left: 50%;
margin-left: -450px;
background-color: #F7F7F7;
}
/*menu superiore*/
#menu{
	height: 60px;
	background: url(../images/menu_bg.jpg) repeat-x;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#menu a{
	width: 100px;
	height: 60px;
	display: block;
	float: left;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#menu a:hover, #contenuto2 a:hover{
color: #333333;
}
#footer a:hover{
color: #cccccc;
}
#menu a.a_right{
border-right: 1px solid #C8C8C8;
}
/*header*/
#header{
height: 160px;
position: relative;
background: url(../images/header_bg.jpg) no-repeat;
color: #FFFFFF;
font-weight: bold;
}
/*scritte header*/
#logo{
	position: absolute;
	top: 30px;
	left: 40px;
	font-size: 38px;
	width: 480px;
}
#slogan1{
	position: absolute;
	top: 90px;
	left: 45px;
	font-size: 13px;
}
#slogan2{
	position: absolute;
	bottom: 30px;
	right: 60px;
	font-size: 18px;
}
#slogan3{
	position: absolute;
	bottom: 15px;
	right: 85px;
	font-size: 13px;
}
#marchiSD{
	position: absolute;
	top: 130px;
	left: 45px;
	font-size: 13px;
}
/*colonna sinistra*/
#left_col{
width: 200px;
float: left;
margin: 30px 25px 25px 25px;
}
.titolo{
background: url(../images/icone.jpg) no-repeat center left;
font-size: 13px;
color: #000066;
font-weight: bold;
padding-left: 20px;
}
.titolo span{
	color: #FF0000;
}
.news{
margin: 15px 0;
border-bottom: 1px solid white;
}
.news a{
color: #000066;
line-height: 25px;
}
/*colonna destra*/
#right_col{
width: 650px;
float: left;
}
/*colonna destra superiore*/
#contenuto1{
margin: 5px 5px 5px 0;
padding: 21px;
background-color: #FFFFFF;
font-size: 13px;
}
/*colonna destra inferiore*/
#contenuto2{
margin: 0 5px 5px 0;
padding: 25px;
background-color: #FFFFFF;
}
#contenuto2 img{
float: right;
border: 2px #9db2b9 solid;
padding:1px;
}
#contenuto2 a{
text-decoration: none;
color: #999999;
line-height: 40px;
}
#cont_left{
width: 370px;
float: left;
}
.lista{
margin-left: 50px;
margin-top: 25px;
margin-bottom: 25px;
color: #000066;
line-height: 15px;
}
/*footer*/
#footer{
height: 80px;
background: url(../images/footer_bg.jpg) repeat-x;
line-height: 80px;
text-align: center;
color: #FFFFFF;
}
#footer a{
text-decoration: none;
color: #FFFFFF;
}
/*img {
border: 3px solid #999999;
padding:1px;
}*/
#wrapper #left_col .news img {
	border: 2px #9db2b9 solid;
	padding:1px 0;
}
</pre></body></html>